home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 45
/
Vol 45.iso
/
games
/
cocoon.swf
/
scripts
/
frame_21
/
PlaceObject2_321_256
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
161 b
|
9 lines
onClipEvent(enterFrame){
if(num < 100 && _root.bonusfinito == true)
{
i++;
num = i % 101;
_root.bgm.setVolume(100 - num);
}
}